/* Globales */
*::after,
*::before,
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#logo{
    width: 250px;
    }
body{
    margin: 0 auto;
    max-width: none;
    font-family: 'Lato';
    color: #333;
    min-height: 100vh;
    background-color: #ffffff ;

}
form
{
    width: 100%; 
    border: 1px solid #afafaf; 
    padding: 15px; 
    border-radius: 5px;font-family: arial; 
    color: #333333; 
    font-size: 14px; 
    background: linear-gradient(90deg, #dca3eea8, #00d5ff98);
}
header{
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-size: 10px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    background: linear-gradient(90deg, #FF0099, #00D4FF); /* Fucsia a Azul Neón */        
}
button{
    background-color: black; 
    color: white; 
    padding: 15px 10px;
    width: 100%;
    height: 50%;
    max-width: max-content;
    cursor: pointer; 
    border: none; 
    border-radius: 5px;
    font-size: 14px; 
}
a{
    color: white; 
    text-decoration: none; 
    border-radius: 5px;
    font-size: medium;
}
main{
    width: 90%;
    max-width: 800px;
    background: #ffffff00;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(255, 0, 0, 0.1);
    margin: 40px auto; 
}
#textComen{
    width: 100%; 
    border: 1px solid #ffffff00; 
    padding: 15px 15px 15px 15px; 
    border-radius: 5px;
    font-family: arial; 
    line-height: 30px;
    color: #33333300; 
    font-size: 14px; 
    text-align: center;
}
.info{
    color: #4e4a4a;
    font-weight: 200;
}
form label{
    font-weight: bold;}
form label, form input{
    display: block;
margin-bottom: 5px;
width: 90%;}
form input{ 
border: solid 1px #666666;padding: 10px;
border: solid 1px #BDC7D8; margin-bottom: 20px
}
form select{
    display: block;margin-bottom: 5px;width: 90%;
    border: solid 1px #666666;padding: 10px;
border: solid 1px #BDC7D8; margin-bottom: 20px
}
label {
    font-size: 0.8rem;
    color: #9e9e9e;
  }
  
 h3{
    text-align: center;
    font-weight: 400;
    line-height: 1.3;
    color:#ffffff
  }
  
h3 a{
    font-weight: inherit;
}
  input[type='text'],input[type='password'],textarea{
    width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 1.5rem;
    background: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    outline: none;
    padding: .2rem 0;
    font-size: 2rem;
    color: #000000d5;
    resize: none;
  }
  select{
    width: 100%;
    display: block;
    margin-bottom: 1.5rem;
    background: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    color: #000000d5;
  }
h3 {
    font-size: 2.92rem;
    line-height: 110%;
    margin: 1.9466666667rem 0 1.168rem 0;
}
.button {
background-color: #5fcf80 ;
border-color: #3ac162;
font-weight: bold;
padding: 12px 15px;
max-width: 200px;
color: #ffffff;
cursor: pointer;
}
.errorMsg{color: #cc0000;margin-bottom: 10px}